Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++
1) Algorithm
2) Basics
3) Bitset
4) Class
5) Console
6) Data Structure
7) Data Type
8) Deque
9) Development
10) File
11) Function
12) Generic
13) Language
14) List
15) Map Multimap
16) Overload
17) Pointer
18) Qt
19) Queue Stack
20) Set Multiset
21) String
22) Valarray
23) Vector
List
1) Access list
2) Add data by assign
3) Add elements in a multiset to a list
4) Add elements in a set to a list
5) Combine insert and begin to add element to the start of a list
6) Combine insert and end to add elements to the end of a list
7) Comparison Algorithms
8) Create list iterator
9) Demonstrating the difference between push_back() and push_front()
10) Demonstrating the STL list erase function
11) Demonstrating the STL list unique functions
12) Fill list with random numbers with generate function
13) Find element in a list
14) Find the maximum element in a range in a list
15) Good way and bad way to remove elements in a list
16) Initialize a list with values in a vector
17) Insert all elements of list1 before the first element with value 3 of list2
18) Insert elements of array into a list
19) Instantiating an STL List of Integers
20) Keep only the top 3 salespeople
21) List
22) List begin and list end
23) List pop_back()
24) List pop_front()
25) List sort()
26) List Splice
27) Loop through list back and forth
28) Loop through list using listchar
29) Mem_fun_ref and print
30) Merge one list with another list
31) Merge two lists
32) Move first element to the end
33) Move list iterator using ++
34) Move position pointer and insert again
35) Pass list to a function
36) Print all elements in a list with copy function
37) Print out each element in a list
38) Remove all elements with the same value
39) Remove duplicates
40) Removing Duplicates from Lists
41) Sort a list
42) Store class objects in a list
43) Store class objects with overloaded operators in a list
44) Swap values between two lists
45) Traverse a List Using an Iterator
46) Use equal function to compare values in a list againt vector
47) Use generic list to create a list of chars
48) Use generic list to create list of strings
49) Use iterator to change all elements in a list
50) Use iterator to loop through all elements in a list
51) Use list assign to replace contents of a list with elements of another list
52) Use list splice() to remove elements in a list and insert at end of values
53) Use ostream_iterator and copy to display collection content
54) Use reverse function on list
55) Use reverse_iterator and iterator with list
56) Use std
57) Uses ostream_iterator and copy algorithm to output list elements
58) Using the list as a container for double value
59) Your own list